home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 011a / hotkeys.zip / INSTRUCT.DOC < prev    next >
Text File  |  1991-03-06  |  6KB  |  113 lines

  1. ********************************************************************
  2. ****                        HOTKEYS 1.0                         ****
  3. ****                 CREATIVE SOFTWARE DESIGNS                  ****
  4. ****                    COPYRIGHT (C) 1990                      ****
  5. ********************************************************************
  6.  
  7. HotKey was designed to be installed on a hard drive, but can be used
  8. from a diskette. Just type HK to activate the batch file if you are
  9. using a diskette only. If you wish to install it on your hard drive
  10. type INSTALL to activate installation procedure.  
  11.  
  12. HotKeys is a Terminate and Stay Resident (TSR) program that will
  13. allow you create a library of HOTKEYs (special keystrokes that
  14. preform specific functions) from several programs into one con-
  15. venient location.  This will free your keyboard from stickers and
  16. you from fumbling with books and cards.  HotKeys is basically a
  17. text editor.  Files that are created within the HotKey environ-
  18. ment can be imported into any ASCII text editor.  This will allow
  19. you to edit HotKeys files with greater control and ease.  HotKeys
  20. is also useful in storing any information that you feel might be
  21. helpful and needed at the touch of a keystroke (HotKey).  For example
  22. DOS functions or BASIC commands or even information you use on 
  23. your job frequently, such as proceedures on running office equip-
  24. ment.   
  25.  
  26. HotKeys is designed to work with text programs and will not work
  27. within graphic programs.  Most graphic programs are designed to work
  28. with a mouse, so the need for HotKeys is minimal.  If you need to
  29. store graphic information, one way to use HotKeys is to shell to
  30. DOS to obtain the information needed. 
  31.  
  32. HotKeys is initialized with two files in its directory, an ASCII
  33. table that gives the characters associated with each value and 
  34. a help file.  The help file can be deleted from the directory,
  35. but the ASCII file is permanent. 
  36.  
  37. HotKeys has four line commands (C:> HK quit):
  38.  
  39. 1. HK - loads program into memory. 
  40. 2. HK quit - takes program out of memory. 
  41. 3. HK wait - de-activates the Hotkeys program until the HK restart
  42.    command is executed.
  43. 4. HK restart - re-activates Hotkeys program. 
  44.  
  45. If you have problems with programs that require more memory, you
  46. can write a batch file that quits HK before loading and reloads HK
  47. when exiting.  This way HK will release memory while program is 
  48. running.  HOTKEYS must be in your PATH if this method is used.
  49. See DOS manual for information about PATH.
  50.  
  51. **************************   NOTE: *******************************
  52.  
  53. HotKeys will not release memory if it is NOT the last resident
  54. program when several TSR are running. 
  55.  
  56.                    **     Add HotKeys      ** 
  57.  
  58. To add a program to the Menu select "Add HotKeys" menu bar.  Next,
  59. choose the "Add Program" from the pull down window.  The title of
  60. the software can only contain 15 characters and will automatically 
  61. cut off if exceeded.  Once the title has been entered, the next
  62. step will be to add keys to program.  Choose the "Add HotKeys" menu
  63. bar and select "Keys to Program".  A pull down menu will appear. 
  64. Here you will find two choices, "Append Keys" and "Insert Keys". 
  65. "Append" allows you to add several keys to the program at one time. 
  66. This is used when first adding keys to a new program or adding
  67. several keys to the end of an existing file.  "Insert" allows you
  68. to insert a key combination into a file. If you select "Insert" the
  69. main menu will appear then choose the software you wish to edit. 
  70. Next, the key file menu will appear.  Scroll with the arrow  keys
  71. until the area you wish to edit appears in the menu window then
  72. press the <Enter> key.  Move the RED highlight bar to the key
  73. combination ABOVE where you wish to insert the new key combination. 
  74. Press the <Enter> key and a window will prompt you for the new key
  75. combination.  
  76.  
  77. **************************** NOTE: ******************************
  78.  
  79. Only 10 programs can be added to the Menu and only 50 key
  80. combinations can be entered in each file. 
  81.  
  82. When entering the key combinations each function must be spelled
  83. out just like a text editor.  For example, if you have the HotKey
  84. ALT-H  SPELL  you must type in "A" "L" "T".  If you try to enter
  85. the 'ALT' key you will get the ASCII code for that key.
  86.  
  87.                   **    Delete HotKeys    ** 
  88.  
  89. The "Delete HotKeys" menu bar allows you to delete programs as well
  90. as delete and edit specific key combinations.  Once this option has
  91. been activated, a pull down menu will display "Delete Program" and
  92. "Edit HotKeys".  To use "Delete Program" you simply hi-lite the
  93. program you wish to delete and press the <Enter> key.  "Edit
  94. HotKeys" calls another pull down menu which will display "Delete"
  95. or "Edit".  Select your choice and the main menu will appear. You
  96. will need to choose the software you wish to edit.  Next, you will
  97. need to scroll until the area you wish to edit is in the menu
  98. window and press the <Enter> key.  Move the RED hi-lite bar to the
  99. key combination you wish to edit and press the <Enter> key.  If you
  100. are editing, a window will appear asking for the "New Key
  101. Combination".  If you are deleting, the key combination will be
  102. deleted and the program will return to the main menu bar. 
  103.  
  104. **************************** NOTE: ******************************
  105.  
  106. When a program is deleted the key file still remains.  Adding the
  107. deleted program back to the menu will cause the key file to again
  108. be accessed.  If you want this file deleted you must do so from
  109. DOS by using the DEL command.  By using this method you can have 
  110. more than 10 libraries stored, but will only be able to access
  111. 10 from the menu.  By changing titles in the menu you will be able
  112. to access as many files as you wish to.
  113.